Category: IRC
Syntax:
AddToIAL nick user@host
Stores a nick's address in the internal address list (IAL). GetAddress doesn't need to query the server for addresses that are present in the IAL.
Example: // event to store user@host in IAL when doing a /whois lookup // leading : makes this run before ViRC.lib's 311 event Event RPL_WhoisUser_StoreInIAL ":% 311 *" AddToIAL $3 $4@$5 EndEvent
See also: IsInIAL, RemoveFromIAL
Next in "IRC": AMe
Previous in "IRC": AASay
Next by name: AddToSet
Previous by name: AddScriptControl
Up to all commands by name or
commands and functions by category